home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-30 | 965 b | 53 lines | [TEXT/CWIE] |
- // Jason Giles hacked this together...
-
-
- /************* Standard Library Includes ************/
- #include <AppleEvents.h>
- #include <Windows.h>
- #include <GestaltEqu.h>
- #include <Dialogs.h>
- #include <Notification.h>
- #include <Processes.h>
- #include "stdio.h"
- #include "string.h"
- #include <Sound.h>
- #include <Controls.h>
- #include <ctype.h>
- #include <Math.h>
- #include <StandardFile.h>
-
- #ifndef __CDEFDEMOAPP__
- #define __CDEFDEMOAPP__
-
- /************** Variables **************/
-
- #define kBaseResID 128
- #define kMainWindowResID 130
- #define kMinTextPosition 0
- #define kMaxTextPosition 32767
-
- #define kMoveToFront (WindowPtr)-1L
- #define kSleep 2000000
- #define kPlainStyle 0
-
- #define kLeftMargin 4
- #define kRowStart 260
- #define kFontSize 12
- #define kRowHeight (kFontSize+2)
-
- #define kHorizontalOffset 0
- #define kGestaltMask 1L
-
- #define mAutoDye 100
-
- // end menu #defines
-
-
-
- #if PRAGMA_ALIGN_SUPPORTED
- #pragma options align=reset
- #endif
-
-
- #endif
-